home *** CD-ROM | disk | FTP | other *** search
/ Raw Figure 3 / Raw Figure 3 - Disc 1.iso / pc / figure16.ini < prev    next >
INI File  |  1996-06-04  |  13KB  |  307 lines

  1.  
  2. ; --------------------------------------------------------------------
  3. ;       Template DIRECTOR.INI file for Director 5.0 for Windows.
  4. ; --------------------------------------------------------------------
  5.  
  6. ; All of the settings shown here are commented-out in the original version 
  7. ; of the file.  To change a setting, you must remove the comment 
  8. ; character (";") at the beginning of the setting's line.
  9.  
  10. ; The values shown for each setting in the original file are Director's 
  11. ; internal defaults.  The default value for a setting is used when it 
  12. ; isn't explictly set in the .INI file or when no .INI file exists.  
  13. ; Since these defaults are already stored internally in the Director 
  14. ; application and projectors, it is *not* necessary to distribute this 
  15. ; file with your movie unless you change one or more of the settings.
  16.  
  17. ; For use with projectors, you must name your .INI file "<ProjectorName>.INI"
  18. ; rather than "DIRECTOR.INI" and place the file in the same directory as
  19. ; your projector executable. 
  20.  
  21.  
  22. [Memory]
  23. ;ExtraMemory=400
  24. ; Amount of kBytes over and above physical memory for use by a projector.
  25.  
  26. ;SwapFileMeg=0
  27. ; Amount of megabytes of SwapFile space to enable during authoring.
  28. ; Default is to allow swapfile space of up to 1/2 of the available 
  29. ; physical RAM.
  30.  
  31.  
  32.  
  33. [Graphics]
  34. ;Wing=1
  35. ; 0: Do not use WinG graphics accelerator.
  36. ; 1: Use WinG graphics accelerator software. This requires
  37. ;    certain system files to be installed. Projector size and memory 
  38. ;    usage may increase. See the documentation for details.       
  39.  
  40. ;DIBToScreenMethod=0
  41. ; 0: Default output algorithm.  This has been extensively tested, and is
  42. ;    the recommended setting.  Some Windows NT video drivers, however, may
  43. ;    have performance problems with this setting.
  44. ; 1: Modified output algorithm.  Use this setting if you are experiencing
  45. ;    unexplained performance problems on Windows NT that do not occur on
  46. ;    other platforms.  This setting has not been tested, and is unsupported.
  47.  
  48.  
  49. [Palette]
  50. ;Animation=1
  51. ; 1: allows director to take control of the palette for fast palette effects
  52. ;    and transitions.
  53. ; 0: prevents director from taking control of the palette so other apps,
  54. ;    wallpaper etc. look better but palette effects and transitions will
  55. ;    be slower.
  56.  
  57.  
  58. [International]
  59. ;PC98Keyboard=0
  60. ; 1: Keyboard is NEC PC98-style keyboard
  61. ; 0: Keyboard is regular 101 or 102-key keyboard
  62.  
  63. ; Global Sound Settings ------------------------------------------------
  64.  
  65. [Sound]
  66. ; Settings in the [Sound] section apply to all sound cards.
  67.  
  68. ;SpoolBufferAlloc=0 
  69. ; When to allocate spool buffers
  70. ; 0 means allocate/deallocate dynamically, when sound starts/stops.
  71. ; 1 means allocate spool once at startup and keep for entire session.
  72.  
  73. ;LowSpoolBufferMs=2500
  74. ; Length of one 8bit spool buffer, in milliseconds.
  75.  
  76. ;HighSpoolBufferMs=1500
  77. ; Length of one 16-bit spool buffer, in milliseconds.
  78.  
  79. ;SpoolBufferCount=2
  80. ; Number of spool buffers to use. Must range from 2 to 10.
  81.  
  82. ;MixMaxChannels=4
  83. ; Maximum number of channels supported by the sound mixer. The actual
  84. ; number you can mix depends on the processing power of your computer.
  85. ; Must range from 1 to 8.
  86.  
  87. ;MixWaveDevice=0 
  88. ; DeviceID of waveOut device to use for playing.
  89. ; Must range from 0 to (# of devices - 1).
  90.  
  91. ;SoundLevel0=0                  ; waveOut volume of lingo soundLevel = 0
  92. ;SoundLevel1=24770              ; waveOut volume of lingo soundLevel = 1
  93. ;SoundLevel2=35030              ; waveOut volume of lingo soundLevel = 2
  94. ;SoundLevel3=42903              ; waveOut volume of lingo soundLevel = 3
  95. ;SoundLevel4=49540              ; waveOut volume of lingo soundLevel = 4
  96. ;SoundLevel5=55388              ; waveOut volume of lingo soundLevel = 5
  97. ;SoundLevel6=60674              ; waveOut volume of lingo soundLevel = 6
  98. ;SoundLevel7=65535              ; waveOut volume of lingo soundLevel = 7
  99.  
  100. ;MixMaxFidelity=99
  101. ; Sets a limit on the fidelity of sound output. For best performance, use
  102. ; the default setting of 99 (switch on-the-fly), or choose the lowest value
  103. ; possible of the three fixed sound formats (0, 1, 2):
  104. ;  0  = 22.05k samples/sec, 8-bit, mono
  105. ;  1  = 22.05k samples/sec, 8-bit, stereo
  106. ;  2  = 44.1k samples/sec, 16-bit, stereo
  107. ;  99 = Switch formats on-the-fly.  The first sound in a run of overlapping
  108. ;       sounds determines the format for that run.  The format used is the
  109. ;       lowest of the three output formats (0,1,2 above) which is as close
  110. ;       as possible in fidelity to the sound to be played, while still being
  111. ;       supported by the installed sound card. 
  112.  
  113. ; Default Sound Settings -----------------------------------------------
  114.  
  115. [Low Mono Default Sound]
  116. ; Settings in the [Low Mono Default Sound] section apply when the target
  117. ; output format is 22K, 8-bit, mono.  The target output format depends
  118. ; on the capabilities of the sound card as well as the setting of
  119. ; MixMaxFidelity.   These settings are used when the installed sound card
  120. ; is not known to Director and is not specified explictly in the
  121. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  122. ; Override sections will override these values for specific sound cards,
  123. ; or for all sound cards, respectively.
  124.  
  125. ;MixBufferMs=200
  126. ; Length of each mixing buffer, in milliseconds.
  127.  
  128. ;MixBufferBytes=0
  129. ; Length of each mixing buffer, in bytes.  Setting this value to non-0,
  130. ; along with setting MixBufferMs=0, lets you specify the buffer size in 
  131. ; bytes rather than milliseconds.
  132.  
  133. ;MixBufferCount=4
  134. ; Number of mixing buffers to use. Must range from 2 to 16.
  135.  
  136. ;MixServiceMode=0
  137. ; 0 means use timer interrupts to drive mixer. Interrupt settings will be
  138. ;         applied from MixIntPeriodMs and MixIntResolutionMs.
  139. ; 1 means use polling to drive mixer. This may cause sound to drop out when
  140. ;         CPU cycles are being hogged by other tasks, disk accesses, etc.
  141. ; 2 means use the waveOut buffer-completion callback to drive mixer.  If
  142. ;         this mode is set, it is best to use MixBufferBytes to specify a
  143. ;         fixed buffer size which is a multiple of 1024.  This mode is not 
  144. ;         supported by all sound cards.
  145.  
  146. ;MixIntPeriodMs=200
  147. ; Interrupt period, in milliseconds. Only used when MixServiceMode is zero.
  148.  
  149. ;MixIntResolutionMs=50
  150. ; Interrupt resolution, in milliseconds. Only used when MixServiceMode is zero.
  151.  
  152.  
  153. [Low Default Sound]
  154. ; Settings in the [Low Default Sound] section apply when the target
  155. ; output format is 22K, 8-bit, stereo.  The target output format depends
  156. ; on the capabilities of the sound card as well as the setting of
  157. ; MixMaxFidelity.   These settings are used when the installed sound card
  158. ; is not known to Director and is not specified explictly in the
  159. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  160. ; Override sections will override these values for specific sound cards,
  161. ; or for all sound cards, respectively.
  162.  
  163. ;MixBufferMs=200
  164. ;MixBufferBytes=0
  165. ;MixBufferCount=4
  166. ;MixServiceMode=0
  167. ;MixIntPeriodMs=200
  168. ;MixIntResolutionMs=50
  169.  
  170.  
  171. [High Default Sound]
  172. ; Settings in the [High Default Sound] section apply when the target
  173. ; output format is 44K, 16-bit, stereo.  The target output format depends
  174. ; on the capabilities of the sound card as well as the setting of
  175. ; MixMaxFidelity.   These settings are used when the installed sound card
  176. ; is not known to Director and is not specified explictly in the
  177. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  178. ; Override sections will override these values for specific sound cards,
  179. ; or for all sound cards, respectively.
  180. ;MixBufferMs=200
  181. ;MixBufferBytes=0
  182. ;MixBufferCount=4
  183. ;MixServiceMode=0
  184. ;MixIntPeriodMs=200
  185. ;MixIntResolutionMs=50
  186.  
  187.  
  188.  
  189. ; Sound Card-Specific Settings -----------------------------------------
  190.  
  191. ;[Low Mono <SoundCardName>]
  192. ; Settings in this section apply when the target output format is
  193. ; 22K 8-bit mono, and you're using a particular sound card.  The target
  194. ; output format depends on the capabilities of the sound card, as well
  195. ; as the setting of MixMaxFidelity.  You can have any number of these 
  196. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  197. ; with the actual name of the sound card you want to set defaults for.  
  198. ; To find the name of your card, launch the Sound Mapper application, 
  199. ; and look in the Playback field.  Director maintains a built-in table
  200. ; of settings for many popular sound cards.  Settings in this section take 
  201. ; precedence over Director's built-in settings.
  202. ;MixBufferMs=200
  203. ;MixBufferCount=4
  204. ;MixBufferBytes=0
  205. ;MixServiceMode=0
  206. ;MixIntPeriodMs=200
  207. ;MixIntResolutionMs=50
  208.  
  209.  
  210. [Low <SoundCardName>]
  211. ; Settings in this section apply when the target output format is
  212. ; 22K 8-bit stereo, and you're using a particular sound card.  The target
  213. ; output format depends on the capabilities of the sound card, as well
  214. ; as the setting of MixMaxFidelity.  You can have any number of these 
  215. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  216. ; with the actual name of the sound card you want to set defaults for.  
  217. ; To find the name of your card, launch the Sound Mapper application, 
  218. ; and look in the Playback field.  Director maintains a built-in table
  219. ; of settings for many popular sound cards.  Settings in this section take 
  220. ; precedence over Director's built-in settings.
  221. ;MixBufferMs=200
  222. ;MixBufferCount=4
  223. ;MixBufferBytes=0
  224. ;MixServiceMode=0
  225. ;MixIntPeriodMs=200
  226. ;MixIntResolutionMs=50
  227.  
  228.  
  229. ;[High <SoundCardName>]
  230. ; Settings in this section apply when the target output format is
  231. ; 44K 16-bit stereo, and you're using a particular sound card.  The target
  232. ; output format depends on the capabilities of the sound card, as well
  233. ; as the setting of MixMaxFidelity.  You can have any number of these 
  234. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  235. ; with the actual name of the sound card you want to set defaults for.  
  236. ; To find the name of your card, launch the Sound Mapper application, 
  237. ; and look in the Playback field.  Director maintains a built-in table
  238. ; of settings for many popular sound cards.  Settings in this section take 
  239. ; precedence over Director's built-in settings.
  240. ;MixBufferMs=200
  241. ;MixBufferBytes=0
  242. ;MixBufferCount=4
  243. ;MixServiceMode=0
  244. ;MixIntPeriodMs=200
  245. ;MixIntResolutionMs=50
  246.  
  247.  
  248.  
  249. ; Sound Override Settings ----------------------------------------------
  250.  
  251. [Low Mono Override]
  252. ; Settings in the [Low Mono Override] apply when the target ouput format
  253. ; is 22K 8-bit mono.  The target output format depends on the capabilities
  254. ; of the sound card, as well as the setting of MixMaxFidelity.
  255. ; These settings will override Director's internal settings, any defaults
  256. ; specified in the Default Sound sections, as well as settings for specific 
  257. ; cards.  Change these settings only if you want to force Director to use
  258. ; certain values regardless of the sound card installed in the computer.
  259. ; It is not recommended that you modify these settings for movies which
  260. ; you are going to distribute, as they will override Director's internal
  261. ; settings which are already optimized for various sound cards.
  262. ;MixBufferMs=200
  263. ;MixBufferBytes=0
  264. ;MixBufferCount=4
  265. ;MixServiceMode=0
  266. ;MixIntPeriodMs=200
  267. ;MixIntResolutionMs=50
  268.  
  269. [Low Override]
  270. ; Settings in the [Low Override] apply when the target ouput format
  271. ; is 22K 8-bit stereo.  The target output format depends on the capabilities
  272. ; of the sound card, as well as the setting of MixMaxFidelity.
  273. ; These settings will override Director's internal settings, any defaults
  274. ; specified in the Default Sound sections, as well as settings for specific 
  275. ; cards.  Change these settings only if you want to force Director to use
  276. ; certain values regardless of the sound card installed in the computer.
  277. ; It is not recommended that you modify these settings for movies which
  278. ; you are going to distribute, as they will override Director's internal
  279. ; settings which are already optimized for various sound cards.
  280. ;MixBufferMs=200
  281. ;MixBufferBytes=0
  282. ;MixBufferCount=4
  283. ;MixServiceMode=0
  284. ;MixIntPeriodMs=200
  285. ;MixIntResolutionMs=50
  286.  
  287.  
  288. [High Override]
  289. ; Settings in the [High Override] apply when the target ouput format
  290. ; is 44K 16-bit stereo.  The target output format depends on the capabilities
  291. ; of the sound card, as well as the setting of MixMaxFidelity.
  292. ; These settings will override Director's internal settings, any defaults
  293. ; specified in the Default Sound sections, as well as settings for specific 
  294. ; cards.  Change these settings only if you want to force Director to use
  295. ; certain values regardless of the sound card installed in the computer.
  296. ; It is not recommended that you modify these settings for movies which
  297. ; you are going to distribute, as they will override Director's internal
  298. ; settings which are already optimized for various sound cards.
  299. ;MixBufferMs=200
  300. ;MixBufferBytes=0
  301. ;MixBufferCount=4
  302. ;MixServiceMode=0
  303. ;MixIntPeriodMs=200
  304. ;MixIntResolutionMs=50
  305.  
  306.